home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Tools & Apps / Graphics & Imaging / Printer Drivers / PSWriter 8.0b / Printer Descriptions / LaserWriter Plus v38.0 < prev    next >
Encoding:
PostScript Printer Description  |  1992-10-22  |  10.4 KB  |  317 lines  |  [TEXT/GEOL]

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.0"
  11. *PCFileName: "APPLE380.PPD"
  12. *LanguageVersion: English
  13. *Product: "(LaserWriter Plus)"
  14. *PSVersion: "(38.0) 2"
  15. *ModelName: "Apple LaserWriter Plus"
  16. *NickName: "Apple LaserWriter Plus v38.0"
  17.  
  18. *% General Information and Defaults ===============
  19. *ColorDevice: False
  20. *DefaultColorSpace: Gray
  21. *FreeVM: "172872"
  22. *LanguageLevel: "1"
  23. *VariablePaperSize: False
  24. *FileSystem: False
  25. *Throughput: "8"
  26. *Password: "0"
  27. *ExitServer: "
  28.   count 0 eq {  % is the password on the stack?
  29.     true
  30.   }{
  31.     dup    % potential password
  32.     statusdict /checkpassword get exec not
  33.   } ifelse
  34.   {  %  if no password or not valid
  35.     (WARNING : Cannot perform the exitserver command.) =
  36.     (Password supplied is not valid.) =
  37.     (Please contact the author of this software.) = flush
  38.     quit
  39.   } if
  40.   serverdict /exitserver get exec
  41. "
  42. *End
  43.  
  44. *Reset: "
  45.   count 0 eq {  % is the password on the stack?
  46.     true
  47.   }{
  48.     dup    % potential password
  49.     statusdict /checkpassword get exec not
  50.   } ifelse
  51.   {  %  if no password or not valid
  52.     (WARNING : Cannot reset printer.) =
  53.     (Password supplied is not valid.) =
  54.     (Please contact the author of this software.) = flush
  55.     quit
  56.   } if
  57.   serverdict /exitserver get exec
  58.   systemdict /quit get exec
  59.   (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62.  
  63. *DefaultResolution: 300dpi
  64. *?Resolution: "
  65. save
  66.   initgraphics
  67.   0 0 moveto currentpoint matrix defaultmatrix transform
  68.   0 72 lineto currentpoint matrix defaultmatrix transform
  69.   3 -1 roll sub dup mul
  70.   3 1 roll exch sub dup mul
  71.   add sqrt round cvi
  72.   (          ) cvs print (dpi) = flush
  73. restore
  74. "
  75. *End
  76.  
  77. *% Halftone Information ===============
  78. *ScreenFreq: "60.0"
  79. *ScreenAngle: "45.0"
  80. *DefaultScreenProc: Dot
  81. *ScreenProc Dot: "
  82. {dup mul exch dup mul add 1.0 exch sub }
  83. "
  84. *End
  85. *ScreenProc Line: "{ pop }"
  86. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  87.  
  88. *DefaultTransfer: Null
  89. *Transfer Null: "{ }"
  90. *Transfer Null.Inverse: "{ 1 exch sub }"
  91.  
  92. *% Paper Handling ===================
  93. *% Use these entries to set paper size most of the time, unless there is
  94. *% specific reason to use PageRegion.
  95. *OpenUI *PageSize: PickOne
  96. *OrderDependency: 30 AnySetup *PageSize
  97. *DefaultPageSize: Letter
  98. *PageSize Letter: "letter"
  99. *PageSize Legal: "legal"
  100. *PageSize A4: "a4"
  101. *PageSize B5: "b5"
  102. *PageSize LetterSmall: "lettersmall"
  103. *PageSize A4Small: "a4small"
  104. *CloseUI: *PageSize
  105.  
  106. *% These entries will set up the frame buffer. Usually used with manual feed.
  107. *OpenUI *PageRegion: PickOne
  108. *OrderDependency: 40 AnySetup *PageRegion
  109. *DefaultPageRegion: Letter
  110. *PageRegion Letter: "letter"
  111. *PageRegion Legal: "legal"
  112. *PageRegion A4: "a4"
  113. *PageRegion B5: "b5"
  114. *PageRegion LetterSmall: "lettersmall"
  115. *PageRegion A4Small: "a4small"
  116. *CloseUI: *PageRegion
  117.  
  118. *% The following entries provide information about specific paper keywords.
  119. *DefaultImageableArea: Letter
  120. *ImageableArea Letter: "18 8 593 784 "
  121. *ImageableArea Legal: "65 42 547 966 "
  122. *ImageableArea A4: "18 23 577 819 "
  123. *ImageableArea B5: "3 4 497 705 "
  124. *ImageableArea LetterSmall: "30 31 582 761 "
  125. *ImageableArea A4Small: "29 31 566 811 "
  126. *?ImageableArea: "
  127. save
  128.   /cvp {(                ) cvs print ( ) print } bind def
  129.   /upperright {10000 mul floor 10000 div} bind def
  130.   /lowerleft {10000 mul ceiling 10000 div} bind def
  131.   newpath clippath pathbbox
  132.   4 -2 roll exch 2 {lowerleft cvp} repeat
  133.   exch 2 {upperright cvp} repeat flush
  134. restore
  135. "
  136. *End
  137.  
  138. *% These provide the physical dimensions of the paper (by keyword)
  139. *DefaultPaperDimension: Letter
  140. *PaperDimension Letter: "612 792"
  141. *PaperDimension Legal: "612 1008"
  142. *PaperDimension A4: "595 842"
  143. *PaperDimension B5: "516 729"
  144. *PaperDimension LetterSmall: "612 792"
  145. *PaperDimension A4Small: "595 842"
  146.  
  147. *RequiresPageRegion All: True
  148. *OpenUI *InputSlot: PickOne
  149. *OrderDependency: 20 AnySetup *InputSlot
  150. *DefaultInputSlot: Cassette
  151. *InputSlot Cassette: ""
  152. *CloseUI: *InputSlot
  153.  
  154. *OpenUI *ManualFeed: Boolean
  155. *OrderDependency: 20 AnySetup *ManualFeed
  156. *DefaultManualFeed: False
  157. *ManualFeed True: "statusdict /manualfeed true put"
  158. *ManualFeed False: "statusdict /manualfeed false put"
  159. *?ManualFeed: "
  160. save
  161.  statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  162. restore
  163. "
  164. *End
  165. *CloseUI: *ManualFeed
  166.  
  167. *DefaultOutputOrder: Reverse
  168.  
  169. *% Font Information =====================
  170. *DefaultFont: Courier
  171. *Font AvantGarde-BookOblique: Standard "(001.000)" Standard ROM
  172. *Font AvantGarde-Demi: Standard "(001.000)" Standard ROM
  173. *Font AvantGarde-DemiOblique: Standard "(001.000)" Standard ROM
  174. *Font Bookman-Demi: Standard "(001.000)" Standard ROM
  175. *Font Bookman-DemiItalic: Standard "(001.000)" Standard ROM
  176. *Font Bookman-Light: Standard "(001.000)" Standard ROM
  177. *Font Bookman-LightItalic: Standard "(001.000)" Standard ROM
  178. *Font Courier: Standard "(001.000)" Standard ROM
  179. *Font Courier-Bold: Standard "(001.000)" Standard ROM
  180. *Font Courier-BoldOblique: Standard "(001.000)" Standard ROM
  181. *Font Courier-Oblique: Standard "(001.000)" Standard ROM
  182. *Font Helvetica: Standard "(001.000)" Standard ROM
  183. *Font Helvetica-Bold: Standard "(001.000)" Standard ROM
  184. *Font Helvetica-BoldOblique: Standard "(001.000)" Standard ROM
  185. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  186. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  187. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  188. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  189. *Font Helvetica-Oblique: Standard "(001.000)" Standard ROM
  190. *Font NewCenturySchlbk-Bold: Standard "(001.000)" Standard ROM
  191. *Font NewCenturySchlbk-BoldItalic: Standard "(001.000)" Standard ROM
  192. *Font NewCenturySchlbk-Italic: Standard "(001.000)" Standard ROM
  193. *Font NewCenturySchlbk-Roman: Standard "(001.000)" Standard ROM
  194. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  195. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  196. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  197. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  198. *Font Symbol: Special "(001.001)" Special ROM
  199. *Font Times-Bold: Standard "(001.000)" Standard ROM
  200. *Font Times-BoldItalic: Standard "(001.000)" Standard ROM
  201. *Font Times-Italic: Standard "(001.000)" Standard ROM
  202. *Font Times-Roman: Standard "(001.000)" Standard ROM
  203. *Font ZapfChancery-MediumItalic: Standard "(001.000)" Standard ROM
  204. *Font ZapfDingbats: Special "(001.000)" Special ROM
  205. *?FontQuery: "
  206. save
  207.  /str 100 string dup 0 (fonts/) putinterval def
  208.  {
  209.    count 1 gt
  210.    {
  211.      exch dup str 6 94 getinterval cvs
  212.      (/) print print (:) print
  213.      FontDirectory exch known
  214.      {(Yes)}{(No)} ifelse =
  215.    }
  216.    {exit} ifelse
  217.  }bind loop
  218.  (*) = flush
  219. restore
  220. "
  221. *End
  222.  
  223. *?FontList: "
  224. save
  225.   FontDirectory { pop == } bind forall flush (*) = flush
  226. restore
  227. "
  228. *End
  229.  
  230. *% Printer Messages (verbatim from printer):
  231. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  232. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  233. *Message: "\FontName\ not found, using Courier"
  234.  
  235. *% Status (format: %%[ status: <one of these> %%] )
  236. *Status: "idle"
  237. *Status: "busy"
  238. *Status: "waiting"
  239. *Status: "printing"
  240. *Status: "PrinterError: timeout, clearing printer"
  241. *Status: "PrinterError: paper entry misfeed"
  242. *Status: "PrinterError: warming up"
  243. *Status: "PrinterError: service call"
  244. *Status: "PrinterError: no toner cartridge"
  245. *Status: "PrinterError: no paper tray"
  246. *Status: "PrinterError: cover open"
  247. *Status: "PrinterError: resetting printer"
  248. *Status: "PrinterError: out of paper"
  249. *Status: "PrinterError: timeout"
  250. *Status: "PrinterError: manual feed timeout"
  251.  
  252. *% Input Sources (format: %%[ status: <stat>; source: <one of these>]%% )
  253. *Source: "serial9"
  254. *Source: "serial25"
  255. *Source: "AppleTalk"
  256.  
  257. *% Printer Error (format: %%[ PrinterError: <one of these>]%%)
  258. *PrinterError: "timeout, clearing printer"
  259. *PrinterError: "paper entry misfeed"
  260. *PrinterError: "warming up"
  261. *PrinterError: "service call"
  262. *PrinterError: "no toner cartridge"
  263. *PrinterError: "no paper tray"
  264. *PrinterError: "cover open"
  265. *PrinterError: "resetting printer"
  266. *PrinterError: "out of paper"
  267. *PrinterError: "timeout"
  268. *PrinterError: "manual feed timeout"
  269.  
  270. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  271.  
  272. *% Color Separation Information =====================
  273.  
  274. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  275.  
  276. *InkName: ProcessBlack/Process Black
  277. *InkName: CustomColor/Custom Color
  278. *InkName: ProcessCyan/Process Cyan
  279. *InkName: ProcessMagenta/Process Magenta
  280. *InkName: ProcessYellow/Process Yellow
  281.  
  282. *% For 60 lpi / 300 dpi =====================================================
  283.  
  284. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  285. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  286. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  287. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  288. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  289.  
  290. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  291. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  292. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  293. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  294. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  295.  
  296. *% For 53 lpi / 300 dpi =====================================================
  297.  
  298. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  299. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  300. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  301. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  302. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  303.  
  304. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  305. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  306. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  307. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  308. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  309.  
  310. *% For "LaserWriter Plus" version 38.0
  311. *% Produced by "GETapd.ps" version 2.0 edit 44
  312. *% Converted to meet 4.0 specification
  313. *% Last Edit Date: 23 Jan 1992
  314. *% The byte count of this file should be exactly 010658 or 010974
  315. *% depending on the filesystem it resides in.
  316. *% end of PPD file for LaserWriter Plus
  317.